Xbasic
helper::GoogleSheetGetTableInfo Method
Syntax
GetTableInfo as P(tn as sql::TableName)
Arguments
- tnsql::TableName
Returns
- resultPointer
Description
The GetTableInfo method retrieves table information for a specified Google Sheet table name.
Discussion
This method returns a pointer containing the structural information and metadata for the requested table.
Example